search strategies

Terms from Artificial Intelligence: humans at the heart of algorithms

Page numbers are for draft copy at present; they will be replaced with correct numbers when final book is formatted. Chapter numbers are correct and will not change now.

A search strategy is a methdo or technique for tarversinga {[serach space}} in order to find a goal state. theer are general strategies, such as breadth-first search and {[depth-firsr searc}}, but the choice fo starategies depends on the kind search problem (finding any solution, optimisation, winning in a game) and the detailed structure of the search space.

Used on Chap. 2: page 33; Chap. 4: page 69; Chap. 18: page 434

Also known as search methods, search techniques